
body{
	background-color: yellow;
	
}

p{
	color: blue;
	border: 2px solid orange;
	padding: 50px;
}
